Next: Easy Templates, Previous: Miscellaneous, Up: Miscellaneous [Contents][Index]
Emacs would not be Emacs without completion, and Org mode uses
it whenever it makes sense. If you prefer an iswitchb- or
ido-like interface for some of the completion prompts, you
can specify your preference by setting at most one of the
variables org-completion-use-iswitchb
org-completion-use-ido.
Org supports in-buffer completion. This type of completion does not make use of the minibuffer. You simply type a few letters into the buffer and use the key to complete text right there.
Complete word at point
org-tag-alist (possibly set through the
‘#+TAGS’ in-buffer option, see
Setting tags),
or it is created dynamically from all tags used in the
current buffer.Next: Easy Templates, Previous: Miscellaneous, Up: Miscellaneous [Contents][Index]